Other arguments passed to [ when extracting parts.
In this case, the function treat that image as an R array and will
accept/require the same arguments.
i, j
Indices specifying elements to extract or replace. Indices are
numeric vectors which values are coerced to integer as by
as.integer (and hence truncated towards zero) or logical
vectors which are recycled if necessary to match the dimensions of the image.
value
Vector or matrix with the data to replace the pixels. Typically,
this is a matrix with the same number of rows as the number of channels in
image, similar to that produced by col2rgb.